QueryContainerBuilder

open class QueryContainerBuilder(queryContainer: QueryContainer = QueryContainer()) : Parcelable

Query & Variable builder for graph requests

Constructors

Link copied to clipboard
constructor(queryContainer: QueryContainer = QueryContainer())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Should only be called by the GraphQLConverter or any other subclasses of it after the query has been added to the request

Link copied to clipboard
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun getVariable(key: String): Any?
Link copied to clipboard
Link copied to clipboard
fun putPersistedQueryHash(sha256Hash: String, version: Int = 1): QueryContainerBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)